You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > Trunc Method > clMatrix.Trunc Method ([In] TOpenCLMtxVec, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clMatrix.Trunc Method ([In] TOpenCLMtxVec, int, int, int)

Truncate Src object elements [SrcIndex]..[SrcIndex+Len-1].

Syntax
C#
Visual Basic
public TOpenCLMtxVec Trunc([In] TOpenCLMtxVec Src, int SrcIndex, int Index, int Len);

Store the results to calling object elemenents [Index]..[Index+Len-1]. Size and Complex property of calling object must be set explicitly to match those of Src object. An exception is raised if array borders are overrun/underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!